1. /* sfosubsl.cpp by K.Tsuru */
  2. // function ID = 708 DRADIX
  3. /*****************************************************
  4. SFraction class
  5. It provides the substitution operator SFraction=SLong.
  6. ******************************************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. SFraction& SFraction::operator=(const SLong& a){
  11. num = a; den = 1; reduceDone = true;
  12. RadixCheck();
  13. return *this;
  14. }

sfosubsl.cpp : last modifiled at 2008/03/09 21:51:20(414 bytes)
created at 2015/12/22 16:07:29
The creation time of this html file is 2016/09/13 19:56:38 (Tue Sep 13 19:56:38 2016).